Module 5 Advanced Functions Learning Outcomes

  1. Understand what a function handle is and how to create one.
  2. Understand what an anonymous function is and how to create one.
  3. State syntax and purpose of fzero function.
  4. State syntax and purpose of integral function.
  5. Be able to write and call a function that takes another function as an input.
  6. Use fzero to find the roots of an equation.
  7. Use integral to evaluate the integral of an expression
  8. Analyze the given problem and define new equations such that fzero can be used to find a value other than zero.
  9. Analyze the given information to determine what expression can be integrated using integral to compute an area, volume, or other value.
  10. Use correct function above to solve programming problems.